From 89960dbd6021acef13896564d30ea5d4c7ec43d9 Mon Sep 17 00:00:00 2001 From: "lynx@idefix.cl.cam.ac.uk" Date: Tue, 17 Dec 2002 09:05:56 +0000 Subject: [PATCH] bitkeeper revision 1.7.3.19 (3dfee8f4XeGLiUZXEaqkaptsxLK6Jw) debug & test --- xen-2.4.16/common/memory.c | 3 --- xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/xen-2.4.16/common/memory.c b/xen-2.4.16/common/memory.c index 3696bbcae6..cbe53bc61a 100644 --- a/xen-2.4.16/common/memory.c +++ b/xen-2.4.16/common/memory.c @@ -641,9 +641,6 @@ int do_process_page_updates(page_update_request_t *updates, int count) flags = page->flags; if ( (flags | current->domain) == PGT_l1_page_table ) { - printk("bd240 debug: xen: doing unchecked update phy %lx\n", - cur.val); - *(unsigned long *)__va(cur.ptr) = cur.val; err = 0; } diff --git a/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c b/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c index 8ba981af18..7f2f6405fd 100644 --- a/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c +++ b/xenolinux-2.4.16-sparse/arch/xeno/drivers/dom0/dom0_memory.c @@ -69,6 +69,8 @@ static inline void direct_remappte_range(pte_t * pte, unsigned long address, uns phys_addr += PAGE_SIZE; pte++; } while (address && (address < end)); + + printk("bd240 debug: exit from direct_remappte_range\n"); } static inline int direct_remappmd_range(struct mm_struct *mm, pmd_t * pmd, unsigned long address, unsigned long size, -- 2.30.2